home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000385_fdc@columbia.edu_Fri Feb 22 13:33:14 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  49 lines

  1. Article: 13232 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Kermit send on AIX 4.3.3 drops telnet session
  6. Date: 22 Feb 2002 13:33:04 -0500
  7. Organization: Columbia University
  8. Lines: 32
  9. Message-ID: <a562t0$fjc$1@watsol.cc.columbia.edu>
  10. References: <ee855e1b.0202220959.6c7364f7@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1014402788 17207 128.59.39.139 (22 Feb 2002 18:33:08 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 Feb 2002 18:33:08 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13232
  16.  
  17. In article <ee855e1b.0202220959.6c7364f7@posting.google.com>,
  18. ztivo <zeetivo@yahoo.com> wrote:
  19. : After upgrading to AIX 4.3.3 the following kermit script drops the users
  20. : telnet session. We telnet into the AIX box from a PC. The script has been
  21. : working without a hitch prior to 4.3.3 on many versions of AIX.
  22. : ... open port
  23. : ... dial remote system
  24. : ... login
  25. : send file_to_send
  26. : stop
  27. : When the send command starts we see the normal letters (I think SF) and then
  28. : the telnet session drops. 
  29. : I know the pty routines in 4.3.3 are not the most stable. Has anyone
  30. : found an IBM patch that will address this problem?
  31. : I loaded the latest kermit version for 4.3.2 with no change.
  32. How about the one for 4.3.3?
  33.  
  34.   ftp://kermit.columbia.edu/kermit/bin/cku201.aix43g-4.3.3
  35.  
  36. : Any fixes from the Kermit team?
  37. The problem is entirely in AIX's weird Telnet server / psuedoterminal
  38. setup.  For details and workarounds see:
  39.  
  40.   http://www.columbia.edu/kermit/ckubwr.html#x3.1.2
  41.  
  42. - Frank
  43.